/ Assembly List / LJCNetCommon / KeyItems / Add

Namespace - LJCNetCommon


Parameters
propertyName - The Property Name.
id - The ID value.
description - The Description.
maxLength - The MaxLength value.

Syntax

C#
public KeyItem Add(String propertyName, Int64 id, String description = null, Int32 maxLength = 10)

Creates and adds the object with the provided values.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.